object frmFirewallPorts: TfrmFirewallPorts Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'port tracking' ClientHeight = 407 ClientWidth = 635 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHelp = FormHelp DesignSize = ( 635 407) PixelsPerInch = 96 TextHeight = 14 object lvwApplications: TListView Left = 2 Top = 5 Width = 631 Height = 371 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone Color = clWhite Columns = < item Caption = 'application' Width = 120 end item Caption = 'pid' Width = 80 end item Caption = 'protocol' Width = 114 end item Caption = 'local ip' Width = 150 end item Caption = 'status' Width = 163 end> ColumnClick = False GridLines = True HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport end object btnOK: TResTeButton Left = 534 Top = 381 Width = 99 Height = 25 Anchors = [akRight, akBottom] Default = True ModalResult = 1 TabOrder = 1 ResourceCaption = 20018 ResourceHint = 20018 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 8 Top = 374 end end